The Imagick class
PHP Manual

Imagick::deconstructImages

(PECL imagick 2.0.0)

Imagick::deconstructImagesReturns certain pixel differences between images

Descripción

bool Imagick::deconstructImages ( void )
Warning

Esta función no está documentada actualmente, solamente se encuentra disponible la lista de parámetros.

Compares each image with the next in a sequence and returns the maximum bounding region of any pixel differences it discovers.

Valores retornados

Returns TRUE on success.

Errors/Exceptions

Throws ImagickException on error.


The Imagick class
PHP Manual